Class com.symantec.itools.swing.actions.JActionButton
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.swing.actions.JActionButton

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----AbstractButton
                                   |
                                   +----JButton
                                           |
                                           +----com.symantec.itools.swing.actions.JActionButton

public class JActionButton
extends JButton

Class Index

 o com.symantec.itools.swing.actions.JActionButton. ActionChangedListener

Variable Index

 o DISPLAY_ACTION_ICON
 o DISPLAY_ACTION_ICON_AND_NAME
 o DISPLAY_ACTION_NAME
 o m_Action
 o m_ActionPropertyChangeListener
 o m_Display

Constructor Index

 o com.symantec.itools.swing.actions.JActionButton()
 o com.symantec.itools.swing.actions.JActionButton(Action)

Method Index

 o createActionChangeListener()
 o getAction()
 o getDisplay()
 o setAction(Action)
 o setDisplay(int)
 o setIcon(Icon)
 o updateMenuItem()

Variables

 o DISPLAY_ACTION_ICON
public static final int DISPLAY_ACTION_ICON
 o DISPLAY_ACTION_ICON_AND_NAME
public static final int DISPLAY_ACTION_ICON_AND_NAME
 o DISPLAY_ACTION_NAME
public static final int DISPLAY_ACTION_NAME
 o m_Action
protected com.sun.java.swing.Action m_Action
 o m_ActionPropertyChangeListener
protected java.beans.PropertyChangeListener m_ActionPropertyChangeListener
 o m_Display
protected int m_Display

Constructors

 o JActionButton
public JActionButton()
 o JActionButton
public JActionButton(Action newAction)

Methods

 o createActionChangeListener
protected java.beans.PropertyChangeListener createActionChangeListener()
 o getAction
public com.sun.java.swing.Action getAction()
 o getDisplay
public int getDisplay()
 o setAction
public void setAction(Action newAction)
 o setDisplay
public void setDisplay(int newDisplay)
 o setIcon
public void setIcon(Icon newIcon)
Overrides:
setIcon in class AbstractButton
 o updateMenuItem
protected void updateMenuItem()

All Packages  Class Hierarchy  This Package  Previous  Next  Index